Release 10.1A: OpenEdge Development:
Progress 4GL Reference


FONT-TABLE system handle


(Windows only; Graphical interfaces only)

A handle to the current font table.

Note: Does not apply to SpeedScript programming.

Syntax

FONT-TABLE [ :attribute | :method ] 

attribute

Specifies an attribute of the FONT-TABLE handle.

method

Specifies a method of the FONT-TABLE handle.

Attributes

 

Methods

Example

This code shows how to query and set the integer attribute, NUM-ENTRIES:

DEFINE VARIABLE i AS INTEGER.
i = FONT-TABLE:NUM-ENTRIES.    /* to query */
/* or */
i = 255.
FONT-TABLE:NUM-ENTRIES = i.    /* to set */ 

Notes

See also

GET-KEY-VALUE statement, PUT-KEY-VALUE statement, SYSTEM-DIALOG FONT statement, USE statement


Copyright © 2005 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095